setAutoStart

open fun setAutoStart(flag: Boolean)

Sets whether this control should start its operation automatically after #initialize(Module) initialization.

If enabled (set to true}), the control's play or operational logic should begin immediately after its initialization phase is complete. If disabled (set to false}), the control will wait for an explicit call to #start() before becoming active.

Sets whether the content or behaviors within this ComboView should start automatically when the view itself is started as part of a larger playback sequence.

This flag is typically checked by the system controlling the RevelControl instances to determine if the start method should be invoked immediately upon initialization or display.

Parameters

flag

true to enable auto-start, false to require manual invocation of start.

See also